Can't see like plugin iframe on (at least) some browsers [migrated]

Posted by MEM on Pro Webmasters See other posts from Pro Webmasters or by MEM
Published on 2013-08-02T08:04:08Z Indexed on 2013/08/02 16:05 UTC
Read the original article Hit count: 258

Filed under:
|

Not sure why. I grabbed the code from: http://developers.facebook.com/docs/reference/plugins/like/

And as stated there, we can read:

"href - the URL to like. The XFBML version defaults to the current page. Note: After July 2013 migration, href should be an absolute URL"

So I did.

<body>
    <div>
        <iframe src="//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.facebook.com%2Fprojectokairos&amp;width=100&amp;height=21&amp;colorscheme=light&amp;layout=button_count&amp;action=like&amp;show_faces=false&amp;send=false" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>
        </div>
</body>

Could this be related with the fact that the page is unpublished? I hope not because I do need to place the button here and there on several pages before the FB page goes live.

© Pro Webmasters or respective owner

Related posts about facebook

Related posts about iframe